-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: drop python 3.8, add official 3.13 support #774
base: master
Are you sure you want to change the base?
Conversation
@clintonsteiner could we also add a CI build for |
- '3.9' | ||
- '3.10' | ||
- '3.11' | ||
- '3.12' | ||
- '3.13-dev' | ||
- '3.13' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- '3.13' | |
- '3.13' | |
- '3.14-dev' |
- os: windows-latest | ||
python-version: '3.13-dev' | ||
- os: macos-latest | ||
python-version: '3.13-dev' | ||
include: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if this will be needed for 3.14-dev
...
include: | |
exclude: | |
# C extension builds failing. | |
# Remove exclusions after Python 3.14 release. | |
- os: windows-latest | |
python-version: '3.14-dev' | |
- os: macos-latest | |
python-version: '3.14-dev' | |
include: |
@@ -5,6 +5,7 @@ These features will be included in the next release: | |||
|
|||
Added | |||
----- | |||
- Drop python 3.8, add python 3.13 official support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Drop python 3.8, add python 3.13 official support | |
- Add python 3.13 official support and test on 3.14-dev. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the Removed
section, add
- Drop support for end-of-life Python 3.8.
master